Welcome![Sign In][Sign Up]
Location:
Search - kalman opencv

Search list

[OpenCVkalmanPcamshift

Description: 基于视频的跟踪,结合卡尔曼和camshift的目标跟踪。由鼠标选中目标区域(包含了鼠标选中程序),kalman和camshift预测质心,从而达到目标跟踪。-Based opencv, combined with the target tracking Kalman and camshift. By the mouse to select the target area, kalman and centroid camshift forecast to achieve target tracking.
Platform: | Size: 1384448 | Author: 李梦丽 | Hits:

[OpenCV320dd

Description: Opencv动态图像跟踪,预测,卡尔曼编程-Opencv dynamic image tracking, forecasting, Kalman programming
Platform: | Size: 17055744 | Author: sonic | Hits:

[OpenCVmouse_kalman

Description: 利用VC6.0编写,基于OPenCV库的Kalman滤波程序,对鼠标的运动进行Kalman滤波、预测和跟踪。-Use VC6.0 to write, based on Kalman filtering procedures OPenCV library of mouse movement Kalman filtering, forecasting and tracking.
Platform: | Size: 1831936 | Author: 付刚 | Hits:

[OpenCVkalman

Description: kalman 滤波器跟踪一个旋转点算法 使用opencv和visual c-kalman-Filter tracking a pivot point algorithm
Platform: | Size: 2549760 | Author: lifeng | Hits:

[OpenCVkalman

Description: 用OpenCV视觉开发库实现的卡尔曼滤波器,对于规律运动的物体有很好的预测能力。-kalman algorithm with OpenCV
Platform: | Size: 1024 | Author: fa | Hits:

[Video Capturetutorial9-kalmanfiltre

Description: filtre de kalman opencv
Platform: | Size: 307200 | Author: benharper | Hits:

[OpenCVopencv-kalmandemo

Description: 此处是我自己编写的基于opencv库的卡尔曼滤波框架下的运动点的跟踪程序-opencv kalman tracking
Platform: | Size: 6144 | Author: 赖世昌 | Hits:

[Special EffectsKalman-in-C

Description: Kalman滤波的非opencv算法,使用基本的C语言,包含3个C文件。这个是楼主找了好久找到的- -。-Kalman filtering in C language without opencv
Platform: | Size: 26624 | Author: qly | Hits:

[Special EffectsKalman-Classic-example

Description: 实现kalman经典滤波,跟踪,结合opencv实现的图像中的二维目标跟踪算法,实例直接可以运行,经典卡kalman程序。-Achieve kalman the classic filtering, tracking, target tracking algorithm combined with the two-dimensional image opencv realized, instances can be run directly, the classic card kalman program.
Platform: | Size: 10051584 | Author: 张元科 | Hits:

[OtherKalman

Description: 学习中文OPENCV里面的一个经典实用例子,检验的卡尔曼滤波的有效性,对于车道线跟踪有借鉴意义-Learning Chinese opencv inside a classic practical examples and test the effectiveness of the Kalman filter
Platform: | Size: 278528 | Author: jim | Hits:

[OpenCVMeanShift-Kalman-tracking-algorithm

Description: 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined tracking algorithm, meanshift algorithm is a classic mean shift tracking algorithm using color histogram as a tracking feature, with high stability and robustness, kalman filter is a linear filter prediction algorithm. Meanshift algorithm introduced in kalman filtering algorithm can improve the stability, while improving the efficiency of algorithms. In addition to avi video format code reading using opencv library functions, core algorithms are pure C++ achieved, detailed notes, it is easy to understand, but also has a high reference value.
Platform: | Size: 15360 | Author: roc | Hits:

[Video Capturekalman

Description: Kalman filter in OpenCV
Platform: | Size: 1024 | Author: dreas | Hits:

[Algorithmkalman

Description: 使用opencv写的卡尔曼滤波的一个demo,跟踪鼠标指针的移动-Kalman filter using opencv write a demo, tracking the movement of the mouse pointer
Platform: | Size: 604160 | Author: | Hits:

[Graph programkalman

Description: opencv的基础代码实现 可以实现边缘检测和图像的其他识别-the basis of opencv code can achieve edge detection and image of the other identification
Platform: | Size: 2048 | Author: ofaro | Hits:

[OpenCVKalman

Description: 包括vb vc opencv 的卡尔曼滤波tracking 程序段 -Including the Kalman filter tracking of program segment vb vc opencv
Platform: | Size: 8192 | Author: 李佳慧 | Hits:

[GDI-BitmapopenCV...Track

Description: openCV中的代码 有2ROI Hough检测直线 kalman跟踪小球 播放视频 车道线检测工程代码 -openCV code 2ROI Hough kalman and other thing
Platform: | Size: 12550144 | Author: 王玉 | Hits:

[Graph programMeanShift-Kalman-tracking-algorithm

Description: meanshift+kalman to achieve tracking no opencv libraries
Platform: | Size: 3236864 | Author: | Hits:

[OpenCVgenerate-kalman-filter-based-opencv

Description: 卡尔曼滤波器,通过开源平台opencv,可根据需要自己调整参数-Kalman filter, through the open-source platform opencv, parameters can be adjusted according to the needs of their own
Platform: | Size: 1024 | Author: | Hits:

[Special EffectsKalman-filter-algorithm-with-OpenCV

Description: 基于OPENCV再结合kalman滤波对监控视频进行目标跟踪。-OPENCV combined kalman filtering based on surveillance video for target tracking.
Platform: | Size: 6144 | Author: fangqimin | Hits:

[OpenCVKalman

Description: 在机器视觉中追踪时常会用到预测算法,kalman是你一定知道的。它可以用来预测各种状态,比如说位置,速度等。关于它的理论有很多很好的文献可以参考。opencv给出了kalman filter的一个实现,而且有范例,该应用是对二维坐标进行预测和平滑-In machine vision often used to track prediction algorithm, kalman is that you must know. It can be used to predict various states, such as position, speed and the like. There are many theories about its well documented reference. opencv gives a realization kalman filter, and there are examples of the application is a two-dimensional coordinate forecasting and smoothing
Platform: | Size: 7361536 | Author: apple | Hits:
« 1 2 3 45 6 7 »

CodeBus www.codebus.net